home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11.lha / libX11 / tcp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-22  |  3.0 KB  |  121 lines

  1. /* Copyright (c) 1996 by Terje Pedersen.  All Rights Reserved   */
  2. /*                                                              */
  3. /* By using this code you will agree to these terms:            */
  4. /*                                                              */
  5. /* 1. You may not use this code for profit in any way or form   */
  6. /*    unless an agreement with the author has been reached.     */
  7. /*                                                              */
  8. /* 2. The author is not responsible for any damages caused by   */
  9. /*    the use of this code.                                     */
  10. /*                                                              */
  11. /* 3. All modifications are to be released to the public.       */
  12. /*                                                              */
  13. /* Thats it! Have fun!                                          */
  14. /* TP                                                           */
  15. /*                                                              */
  16.  
  17. /***
  18.    NAME
  19.      tcp
  20.    PURPOSE
  21.      
  22.    NOTES
  23.      
  24.    HISTORY
  25.      terjepe - May 30, 1996: Created.
  26. ***/
  27. #include <stdio.h>
  28. #define DEBUGXEMUL_WARNING 1
  29.  
  30. listen(){/*                  File 'ftp.o' */
  31. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  32.   printf("WARNING: listen\n");
  33. #endif
  34.   return(0);
  35. }
  36.  
  37. gethostbyname(){/*           File 'remote.o' */
  38. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  39.   printf("WARNING: gethostbyname\n");
  40. #endif
  41.   return(0);
  42. }
  43.  
  44. XTextExtents16(){/*          File 'auxtext.o' */
  45. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  46.   printf("WARNING: XTextExtents16\n");
  47. #endif
  48.   return(0);
  49. }
  50.  
  51. accept(){/*                  File 'ftp.o' */
  52. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  53.   printf("WARNING: accept\n");
  54. #endif
  55.   return(0);
  56. }
  57.  
  58. connect(){/*                 File 'tcp.o' */
  59. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  60.   printf("WARNING: connect\n");
  61. #endif
  62.   return(0);
  63. }
  64.  
  65. getsockname(){/*             File 'ftp.o' */
  66. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  67.   printf("WARNING: getsockname\n");
  68. #endif
  69.   return(0);
  70. }
  71.  
  72. socket(){/*                  File 'ftp.o' */
  73. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  74.   printf("WARNING: socket\n");
  75. #endif
  76.   return(0);
  77. }
  78.  
  79. XFetchBytes(){/*             File 'cutpaste.o' */
  80. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  81.   printf("WARNING: XFetchBytes\n");
  82. #endif
  83.   return(0);
  84. }
  85.  
  86. inet_addr(){/*               File 'tcp.o' */
  87. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  88.   printf("WARNING: inet_addr\n");
  89. #endif
  90.   return(0);
  91. }
  92.  
  93. XPutPixel(){/*               File 'choice.o' */
  94. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  95.   printf("WARNING: XPutPixel\n");
  96. #endif
  97.   return(0);
  98. }
  99.  
  100. XConnectionNumber(){/*       File 'exec.o' */
  101. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  102.   printf("WARNING: XConnectionNumber\n");
  103. #endif
  104.   return(0);
  105. }
  106.  
  107. ioctl(){/*                   File 'tcp.o' */
  108. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  109.   printf("WARNING: ioctl\n");
  110. #endif
  111.   return(0);
  112. }
  113.  
  114. bind(){/*                    File 'ftp.o' */
  115. #if (DEBUGXEMUL_ENTRY) || (DEBUGXEMUL_WARNING)
  116.   printf("WARNING: bind\n");
  117. #endif
  118.   return(0);
  119. }
  120.  
  121.